SftTree/NET 2.0

Next Property, ItemClass Class

Softel vdm, Inc.

Returns the next item (visible or hidden).

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property Next As ItemClass

C#   

public ItemClass Next { get; }

C++   

public: property ItemClass^ Next {
        ItemClass^ get();
}

Property Value

The next item or null/Nothing if there is no next item.

Comments

The Next property returns the next item (visible or hidden).

The Next property can be used to traverse the items one by one, regardless of their level or hierarchical relationship. Next will simply return the item immediately following the current item.

NextVisible works similarly, but returns the next visible item.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com